home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / Csnd.v1.6 / Csnd.app / English.lproj / HetroMgr.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  995 b   |  70 lines

  1. LpcMgr = {
  2.     ACTIONS = {
  3.     setHiFreq:;
  4.     setHopsize:;
  5.     setPoles:;
  6.     setLowFreq:;
  7.     runAnalysis:;
  8.     };
  9.     OUTLETS = {
  10.     };
  11.     SUPERCLASS = AnalysisMgr;
  12. };
  13. HetroMgr = {
  14.     ACTIONS = {
  15.     setBreakpoints:;
  16.     setAmpThreshold:;
  17.     useButterworthFilter:;
  18.     setPartials:;
  19.     setFreq:;
  20.     runAnalysis:;
  21.     setLowPassCenterFreq:;
  22.     };
  23.     OUTLETS = {
  24.     };
  25.     SUPERCLASS = AnalysisMgr;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. AnalysisMgr = {
  33.     ACTIONS = {
  34.     selectionChanged:;
  35.     setBeginTime:;
  36.     setDurationTime:;
  37.     playSoundfile:;
  38.     willPlay:;
  39.     zoomInSound:;
  40.     zoomOutSound:;
  41.     didPlay:;
  42.     };
  43.     OUTLETS = {
  44.     filenameText;
  45.     soundView;
  46.     window;
  47.     soundfile;
  48.     appDelegate;
  49.     subprocessMgr;
  50.     playSoundBtn;
  51.     dataForm;
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55. PvocMgr = {
  56.     ACTIONS = {
  57.     setOverlapOrOffset:;
  58.     setFrameSize:;
  59.     setOffsetSize:;
  60.     runAnalysis:;
  61.     setOverlapFactor:;
  62.     };
  63.     OUTLETS = {
  64.     overlapMenu;
  65.     frameOffsetText;
  66.     frameSizeMenu;
  67.     };
  68.     SUPERCLASS = AnalysisMgr;
  69. };
  70.